home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
COMMON_F
/
CPROTO.H
next >
Wrap
Text File
|
1990-03-11
|
526b
|
18 lines
/*
* cproto.h -- prototypes for functions common to several modules.
*/
novalue getctime Params((char *sbuf));
int getopt Params((int nargs, char **nargv, char *ostr));
novalue getitime Params((struct cal_time *ct));
long longwrite Params((char *s,long len,FILE *file));
long lstrlen Params((char *s));
#ifndef memcopy
pointer memcopy Params((char *to, char* from, word n));
#endif
#ifndef memfill
pointer memfill Params((char *to, int con, word n));
#endif
long millisec Params((noargs));
int tonum Params((int c));